home *** CD-ROM | disk | FTP | other *** search
/ Pro Intralink 3.1 / Pro Intralink v3.1.iso / dsrc / templates / unix / u_replicate_folder.tpl < prev    next >
Encoding:
Text File  |  2001-11-27  |  997 b   |  34 lines

  1. // 26-Sep-97 $$1  TWH  Created.
  2. // 16-Oct-97 $$2  TWH  Pass all args
  3. // 21-Oct-97 $$3  TWH  Change to format of passed args
  4. // 23-Oct-97 $$4  TWH  Rm PDM_KEY dependancy
  5. // 13-Jul-98 $$5  TWH  Not a ptc-cmdtype
  6. // 17-Sep-98 $$6  TWH  Don't need nlocli.inc
  7. // 22-Apr-99 $$7  TWH  Set ORA_NLS32 to oracle734 per echin
  8. // 14-Dec-00 $$8  TWH  Set ORA_NLS32 to ORACLE816 per fung
  9. // 20-Jul-01 $$9  TWH  Fix ora libpath, ORA_NLS, existance check
  10. // 12-Nov-01 $$10 TWH  Set ORA_NLS33 to ORACLE817
  11. #include:head.inc
  12.  
  13. #include:shlib.inc
  14.  
  15. #include:ora8_shlib.inc
  16.  
  17. setenv PDM_ORA_APPL intralink
  18. setenv PDM_ORACLE_SERVER intralink
  19. setenv TNS_ADMIN $prodir
  20. setenv ORA_NLS33 $prodir/$mc/obj/ORACLE817/ocommon/nls/admin/data
  21.  
  22. setenv PRO_COMM_MSG_EXE $prodir/$mc/obj/pro_comm_msg
  23.  
  24. if (! -e $prodir/$mc/obj/replicate_folder ) then
  25.   echo "This utility is not supported on $mc"
  26.   exit 0
  27. endif
  28.  
  29. if ($1 == "") then
  30. $prodir/$mc/obj/replicate_folder $*
  31. else
  32. $prodir/$mc/obj/replicate_folder $1 $2 "$3" $4 $5 $6 $7
  33. endif
  34.